-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update PHPCS config #177
Update PHPCS config #177
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 136 needs to be updated from file_system_read
to file_system_operations
.
Ref: https://github.com/WordPress/WordPress-Coding-Standards/wiki/Upgrade-Guide-to-WordPressCS-3.0.0-for-ruleset-maintainers#excluding-a-group-of-checks
You may also want to remove most of the error code based excludes for WordPress.WP.AlternativeFunctions
(line 82 - 86) as those are now just duplicate.
@swissspidy I didn't realize you had includes filesystem functions in here as well. Either close or merge PR #178 as needed. |
See #175